home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / mx / RCS / local.mk,v < prev    next >
Text File  |  1992-06-09  |  3KB  |  188 lines

  1. head     1.10;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.10
  10. date     92.06.09.17.03.00;  author jhh;  state Exp;
  11. branches ;
  12. next     1.9;
  13.  
  14. 1.9
  15. date     90.03.25.16.18.25;  author ouster;  state Exp;
  16. branches ;
  17. next     1.8;
  18.  
  19. 1.8
  20. date     89.08.21.14.27.52;  author ouster;  state Exp;
  21. branches ;
  22. next     1.7;
  23.  
  24. 1.7
  25. date     89.08.21.14.27.15;  author ouster;  state Exp;
  26. branches ;
  27. next     1.6;
  28.  
  29. 1.6
  30. date     89.06.09.14.33.30;  author ouster;  state Exp;
  31. branches ;
  32. next     1.5;
  33.  
  34. 1.5
  35. date     89.06.04.14.45.00;  author shirriff;  state Exp;
  36. branches ;
  37. next     1.4;
  38.  
  39. 1.4
  40. date     88.12.23.14.55.31;  author ouster;  state Exp;
  41. branches ;
  42. next     1.3;
  43.  
  44. 1.3
  45. date     88.10.03.09.20.24;  author ouster;  state Exp;
  46. branches ;
  47. next     1.2;
  48.  
  49. 1.2
  50. date     88.08.20.17.21.53;  author ouster;  state Exp;
  51. branches ;
  52. next     1.1;
  53.  
  54. 1.1
  55. date     88.07.18.13.48.57;  author ouster;  state Exp;
  56. branches ;
  57. next     ;
  58.  
  59.  
  60. desc
  61. @@
  62.  
  63.  
  64. 1.10
  65. log
  66. @use non-debug versions of the libraries
  67. @
  68. text
  69. @#
  70. # This file is included by Makefile.  Makefile is generated automatically
  71. # by mkmf, and this file provides additional local personalization.  The
  72. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  73. # that must be included to set up various compilation stuff.
  74. #
  75.  
  76. LIBS        = -lc -lmx -lsx -lcmd -ltcl5 -lX11
  77. LINTFLAGS    = -S -u -lsx -lmx
  78.  
  79. #include    <$(SYSMAKEFILE)>
  80.  
  81. #
  82. # Add more install stuff in order to create a "mxsync" synonym for
  83. # mx using a symbolic link.
  84. #
  85.  
  86. SYNONYMS    = $(INSTALLDIR).$(TM)/mxsync
  87. install        :: $(SYNONYMS)
  88. $(SYNONYMS)    :
  89.     ln -s $(NAME) $(.TARGET)
  90. @
  91.  
  92.  
  93. 1.9
  94. log
  95. @Added target for mxsync.
  96. @
  97. text
  98. @d8 1
  99. a8 1
  100. LIBS        = -lc -lmx_g -lsx_g -lcmd -ltcl_g -lX11
  101. @
  102.  
  103.  
  104. 1.8
  105. log
  106. @Don't debug C library.
  107. @
  108. text
  109. @d12 10
  110. @
  111.  
  112.  
  113. 1.7
  114. log
  115. @More debuggable libraries.
  116. @
  117. text
  118. @d8 1
  119. a8 1
  120. LIBS        = -lc_g -lmx_g -lsx_g -lcmd -ltcl_g -lX11
  121. @
  122.  
  123.  
  124. 1.6
  125. log
  126. @MXLIBDIR no longer needed.
  127. @
  128. text
  129. @d8 1
  130. a8 1
  131. LIBS        = -lmx_g -lsx_g -lcmd -ltcl -lX11
  132. @
  133.  
  134.  
  135. 1.5
  136. log
  137. @fixed spelling error
  138. @
  139. text
  140. @a8 1
  141. CFLAGS        += -DMXLIBDIR=\"/sprite/lib/mx\"
  142. @
  143.  
  144.  
  145. 1.4
  146. log
  147. @Change to use /sprite/lib/mx as the library directory.
  148. @
  149. text
  150. @d4 1
  151. a4 1
  152. # variable SYSMAKEFILE is provdied by Makefile;  it's a system Makefile
  153. @
  154.  
  155.  
  156. 1.3
  157. log
  158. @Added "cmd" library.
  159. @
  160. text
  161. @d9 1
  162. a9 1
  163. CFLAGS        += -DHELPDIR=\"/sprite/src/lib/mx\"
  164. @
  165.  
  166.  
  167. 1.2
  168. log
  169. @Use debuggable Sx and Mx libraries.
  170. @
  171. text
  172. @d8 1
  173. a8 1
  174. LIBS        = -lmx_g -lsx_g -ltcl -lX11
  175. @
  176.  
  177.  
  178. 1.1
  179. log
  180. @Initial revision
  181. @
  182. text
  183. @d8 1
  184. a8 1
  185. LIBS        = /sprite/src/lib/mx/$(TM).md/libmx.a -lsx -ltcl -lX11
  186. d10 1
  187. @
  188.